home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 January / Macworld (1998-01).dmg / Serious Demos / Visual MacStandardBasic Demo / Visual MSB User's Guide / Visual MSB User's Guide.rsrc / PICT_10.png < prev    next >
Portable Network Graphic  |  1997-10-23  |  115KB  |  816x1056  |  16-bit (948 colors)
Labels: book | chat room | crt screen | hakham | monitor | plant | reckoner | sky
OCR: String User Def. For text strings up to 2,147 483, 648 in length. Rules for variables Al variables must be dimensioned (Globally or Locally), using the DIM command, before used All DIM statements must be at top of Start. Sub and Function procedure Only DIM statements are in Global module Variab leswithout designator ( % in DIM statements will default to the ong type Variab lesdo not need to have their designator when pasn in command arguments Strings up to 2,147 ,483 ,648 in length. All variable types can have up 15 dimensions Each variable dimension can be up to 2 147 483 648 in size TRUE and FALSE The keywords TRUE and FALSE are reserved values of 1 and 0 respectively You can use these in your code to improve readability Examples The following two are equal True The foll lowing two emen ...